API

Finance APIs

GET finance/general-ledger-accounts/{generalLedgerAccountId}?periodForTotals={periodId}&currencyForTotals={currency}&departmentForTotals={departmentId}&financeProjectForTotals={financeProjectId}

Account details for provided identifier

HTTP method GET
URI https://api.rambase.net/finance/general-ledger-accounts/{generalLedgerAccountId}?periodForTotals={periodId}&currencyForTotals={currency}&departmentForTotals={departmentId}&financeProjectForTotals={financeProjectId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {generalLedgerAccountId} General ledger account identifier
Integer, minimum 1000
Successful HTTP status code 200
API resource identifier 490, version 42

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

periodForTotals Integer, optional Accounting period identifier

Minimum: 199000,
Maximum: 299912
currencyForTotals String, optional Three character code following the ISO 4217 standard

Regular expression: ^[A-Z]{3}$
departmentForTotals Integer, optional Department identifier used for filtering the account totals

Minimum: 1
financeProjectForTotals Integer, optional Finance project identifier used for filtering the account totals

Minimum: 1
$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.

Read more about filters and sorting on how to use filter parameters and named filters.

Read more about filters and sorting on how to use sortable parameters

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<GeneralLedgerAccount>
2
     <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

>
{Integer}</GeneralLedgerAccountId>
3
     <Status
Status

Status of general ledger account

Possible domain values can be found here

>
{Integer}</Status>
4
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
5
     <Name
Name

Name of general ledger account

>
{String}</Name>
6
     <Type
Type

Type of account

Possible domain values can be found here

>
{String}</Type>
7
     <Category
Category

Category of account

Possible domain values can be found here

>
{String}</Category>
8
     <PostingType
PostingType

Posting type of account. Only debit, only credit or both.

Possible domain values can be found here

>
{String}</PostingType>
9
     <Description
Description

Description of account

>
{String}</Description>
10
     <AccountNumber
AccountNumber

The account number of the general ledger account

>
{String}</AccountNumber>
11
     <IsAgioCalculated
IsAgioCalculated

True if general ledger account is agio calculated

>
{Boolean}</IsAgioCalculated>
12
     <TreeLevel
TreeLevel

Level in the general ledger account tree. 0 is the root.

>
{Integer}</TreeLevel>
13
     <IsControlAccount
IsControlAccount

True if general ledger account is a control account

>
{Boolean}</IsControlAccount>
14
     <Children
Children

This field is greyed out because it is an expandable field. You have to add $expand=Children in your request URI to get this field

>
15
          <HasChildren
HasChildren

True if general ledger account has any child accounts

This field is greyed out because it is an expandable field. You have to add $expand=Children in your request URI to get this field

>
{Boolean}</HasChildren>
16
          <NumberOfChildren
NumberOfChildren

Number of general ledger account children

This field is greyed out because it is an expandable field. You have to add $expand=Children in your request URI to get this field

>
{Integer}</NumberOfChildren>
17
     </Children>
18
     <VATPercent
VATPercent

Value added tax percent

>
{Decimal}</VATPercent>
19
     <LocationRequirement
LocationRequirement

Specifies how the location should be used for the specific account.

Possible domain values can be found here

>
{String}</LocationRequirement>
20
     <IntercompanyCodeRequirement
IntercompanyCodeRequirement

Specifies how the intercompany code should be used for the specific account.

Possible domain values can be found here

>
{String}</IntercompanyCodeRequirement>
21
     <TransferToFixedAsset
TransferToFixedAsset

Specifies how investments should be transfered into the fixed assets register.

Possible domain values can be found here

>
{String}</TransferToFixedAsset>
22
     <LastGeneralLedgerPostingPeriod
LastGeneralLedgerPostingPeriod

Last general ledger posting period of account

>
{Integer}</LastGeneralLedgerPostingPeriod>
23
     <CreatedBy>
24
          <UserId
UserId

User identifier

>
{Integer}</UserId>
25
          <UserLink
UserLink

User reference

>
{String}</UserLink>
26
     </CreatedBy>
27
     <Validity>
28
          <EffectivePeriod
EffectivePeriod

Period the account is effective/valid from

>
{Integer}</EffectivePeriod>
29
          <ExpirationPeriod
ExpirationPeriod

Period the account expires (is valid to)

>
{Integer}</ExpirationPeriod>
30
     </Validity>
31
     <BudgetAccount>
32
          <BudgetAccountId
BudgetAccountId

Budget account identifier

>
{Integer}</BudgetAccountId>
33
          <AccountNumber
AccountNumber

Code of budget

>
{String}</AccountNumber>
34
          <Name
Name

Name of budget

>
{String}</Name>
35
          <BudgetAccountLink
BudgetAccountLink

Budget reference

>
{String}</BudgetAccountLink>
36
     </BudgetAccount>
37
     <DefaultDepartment>
38
          <DepartmentId
DepartmentId

Department identifier

>
{Integer}</DepartmentId>
39
          <Name
Name

Name of department

>
{String}</Name>
40
          <DepartmentLink
DepartmentLink

Finance department reference

>
{String}</DepartmentLink>
41
     </DefaultDepartment>
42
     <DefaultVATCodeDefinition>
43
          <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

>
{String}</VATCode>
44
          <Description
Description

Description of VAT Code definition

This field is greyed out because it is an expandable field. You have to add $expand=DefaultVATCodeDefinition.Description in your request URI to get this field

>
{String}</Description>
45
     </DefaultVATCodeDefinition>
46
     <GeneralLedgerAccountGroup>
47
          <GeneralLedgerAccountGroupId
GeneralLedgerAccountGroupId

General ledger account group identifier

>
{Integer}</GeneralLedgerAccountGroupId>
48
          <Code
Code

Code of general ledger account group

>
{String}</Code>
49
          <Name
Name

Name of general ledger account group

>
{String}</Name>
50
          <GeneralLedgerAccountGroupLink
GeneralLedgerAccountGroupLink

General ledger account group reference

>
{String}</GeneralLedgerAccountGroupLink>
51
     </GeneralLedgerAccountGroup>
52
     <DimensionRequirements
DimensionRequirements

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
53
          <DimensionRequirement
DimensionRequirement

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
54
               <Requirement
Requirement

Specifies how the dimension should be used for the specific account.

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
{String}</Requirement>
55
               <DimensionDefinition
DimensionDefinition

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
56
                    <DimensionDefinitionId
DimensionDefinitionId

Dimension identifier

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
{Integer}</DimensionDefinitionId>
57
                    <Name
Name

Name of dimension

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
{String}</Name>
58
                    <Description
Description

Description of dimension

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
{String}</Description>
59
                    <ValueSource
ValueSource

Where the value is selected from.

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
60
                         <Type
Type

Type of source

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
{String}</Type>
61
                         <ArchiveClass
ArchiveClass

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
62
                              <Name
Name

Name of archive class

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
{String}</Name>
63
                         </ArchiveClass>
64
                         <Field
Field

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
65
                              <Name
Name

Name of field

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
{String}</Name>
66
                         </Field>
67
                    </ValueSource>
68
                    <DimensionDefinitionLink
DimensionDefinitionLink

Dimension reference

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

>
{String}</DimensionDefinitionLink>
69
               </DimensionDefinition>
70
          </DimensionRequirement>
71
     </DimensionRequirements>
72
     <DepreciationRule>
73
          <DepreciationRuleId
DepreciationRuleId

Depreciation rule identifier

>
{Integer}</DepreciationRuleId>
74
          <Name
Name

Name of depreciation rule

>
{String}</Name>
75
          <DepreciationRuleLink
DepreciationRuleLink

Depreciation rule reference

>
{String}</DepreciationRuleLink>
76
     </DepreciationRule>
77
     <ParentGeneralLedgerAccounts>
78
          <ParentGeneralLedgerAccount>
79
               <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

>
{Integer}</GeneralLedgerAccountId>
80
               <Name
Name

Name of general ledger account

>
{String}</Name>
81
               <AccountNumber
AccountNumber

The account number of the general ledger account

>
{String}</AccountNumber>
82
               <TreeLevel
TreeLevel

Level in the general ledger account tree. 0 is the root.

>
{Integer}</TreeLevel>
83
               <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
84
          </ParentGeneralLedgerAccount>
85
     </ParentGeneralLedgerAccounts>
86
     <BlockPostingsFor>
87
          <SalesInvoices
SalesInvoices

GL postings from Sales Invoices are blocked for this general ledger account

>
{Boolean}</SalesInvoices>
88
          <SalesCreditNotes
SalesCreditNotes

GL postings from Sales Credit Notes are blocked for this general ledger account

>
{Boolean}</SalesCreditNotes>
89
          <SalesPostingAdjustments
SalesPostingAdjustments

GL postings from Sales Posting Adjustments are blocked for this general ledger account

>
{Boolean}</SalesPostingAdjustments>
90
          <SupplierInvoices
SupplierInvoices

GL postings from Supplier Invoices are blocked for this general ledger account

>
{Boolean}</SupplierInvoices>
91
          <SupplierCreditNotes
SupplierCreditNotes

GL postings from Supplier Credit Notes are blocked for this general ledger account

>
{Boolean}</SupplierCreditNotes>
92
          <SupplierPostingAdjustments
SupplierPostingAdjustments

GL postings from Supplier Posting Adjustments are blocked for this general ledger account

>
{Boolean}</SupplierPostingAdjustments>
93
          <Payments
Payments

GL postings from Payments are blocked for this general ledger account

>
{Boolean}</Payments>
94
          <ManualGLPostings
ManualGLPostings

GL postings from Manual GL Postings are blocked for this general ledger account

>
{Boolean}</ManualGLPostings>
95
     </BlockPostingsFor>
96
     <SAFTStandardCode
SAFTStandardCode

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

>
97
          <SAFTStandardCodeId
SAFTStandardCodeId

SAF-T standard code identifier

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

>
{Integer}</SAFTStandardCodeId>
98
          <Code
Code

SAF-T standard code

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

>
{String}</Code>
99
          <TranslatedName
TranslatedName

Name of SAF-T standard code

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

>
{String}</TranslatedName>
100
          <SAFTStandardCodeLink
SAFTStandardCodeLink

SAF-T standard code reference

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

>
{String}</SAFTStandardCodeLink>
101
     </SAFTStandardCode>
102
     <Totals
Totals

Total amounts from the general ledger postings for a specific period

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
103
          <AccountingPeriod
AccountingPeriod

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
104
               <AccountingPeriodId
AccountingPeriodId

Accounting period identifier

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{Integer}</AccountingPeriodId>
105
               <Period
Period

Accounting period

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{Integer}</Period>
106
               <AccountingPeriodLink
AccountingPeriodLink

Accounting period reference

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{String}</AccountingPeriodLink>
107
          </AccountingPeriod>
108
          <PeriodAmounts
PeriodAmounts

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
109
               <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{String}</Currency>
110
               <Amount
Amount

Total amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{Decimal}</Amount>
111
               <DebitAmount
DebitAmount

Total debit amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{Decimal}</DebitAmount>
112
               <CreditAmount
CreditAmount

Total credit amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{Decimal}</CreditAmount>
113
          </PeriodAmounts>
114
          <YearToDateAmounts
YearToDateAmounts

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
115
               <Currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{String}</Currency>
116
               <Amount
Amount

Total amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{Decimal}</Amount>
117
               <DebitAmount
DebitAmount

Total debit amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{Decimal}</DebitAmount>
118
               <CreditAmount
CreditAmount

Total credit amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

>
{Decimal}</CreditAmount>
119
          </YearToDateAmounts>
120
     </Totals>
121
</GeneralLedgerAccount>
1
{
2
     "generalLedgerAccount": {
3
          "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

":
"{Integer}",
4
          "status
Status

Status of general ledger account

Possible domain values can be found here

":
"{Integer}",
5
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
6
          "name
Name

Name of general ledger account

":
"{String}",
7
          "type
Type

Type of account

Possible domain values can be found here

":
"{String}",
8
          "category
Category

Category of account

Possible domain values can be found here

":
"{String}",
9
          "postingType
PostingType

Posting type of account. Only debit, only credit or both.

Possible domain values can be found here

":
"{String}",
10
          "description
Description

Description of account

":
"{String}",
11
          "accountNumber
AccountNumber

The account number of the general ledger account

":
"{String}",
12
          "isAgioCalculated
IsAgioCalculated

True if general ledger account is agio calculated

":
"{Boolean}",
13
          "treeLevel
TreeLevel

Level in the general ledger account tree. 0 is the root.

":
"{Integer}",
14
          "isControlAccount
IsControlAccount

True if general ledger account is a control account

":
"{Boolean}",
15
          "children
Children

This field is greyed out because it is an expandable field. You have to add $expand=Children in your request URI to get this field

":
{
16
               "hasChildren
HasChildren

True if general ledger account has any child accounts

This field is greyed out because it is an expandable field. You have to add $expand=Children in your request URI to get this field

":
"{Boolean}",
17
               "numberOfChildren
NumberOfChildren

Number of general ledger account children

This field is greyed out because it is an expandable field. You have to add $expand=Children in your request URI to get this field

":
"{Integer}"
18
          },
19
          "vATPercent
VATPercent

Value added tax percent

":
"{Decimal}",
20
          "locationRequirement
LocationRequirement

Specifies how the location should be used for the specific account.

Possible domain values can be found here

":
"{String}",
21
          "intercompanyCodeRequirement
IntercompanyCodeRequirement

Specifies how the intercompany code should be used for the specific account.

Possible domain values can be found here

":
"{String}",
22
          "transferToFixedAsset
TransferToFixedAsset

Specifies how investments should be transfered into the fixed assets register.

Possible domain values can be found here

":
"{String}",
23
          "lastGeneralLedgerPostingPeriod
LastGeneralLedgerPostingPeriod

Last general ledger posting period of account

":
"{Integer}",
24
          "createdBy": {
25
               "userId
UserId

User identifier

":
"{Integer}",
26
               "userLink
UserLink

User reference

":
"{String}"
27
          },
28
          "validity": {
29
               "effectivePeriod
EffectivePeriod

Period the account is effective/valid from

":
"{Integer}",
30
               "expirationPeriod
ExpirationPeriod

Period the account expires (is valid to)

":
"{Integer}"
31
          },
32
          "budgetAccount": {
33
               "budgetAccountId
BudgetAccountId

Budget account identifier

":
"{Integer}",
34
               "accountNumber
AccountNumber

Code of budget

":
"{String}",
35
               "name
Name

Name of budget

":
"{String}",
36
               "budgetAccountLink
BudgetAccountLink

Budget reference

":
"{String}"
37
          },
38
          "defaultDepartment": {
39
               "departmentId
DepartmentId

Department identifier

":
"{Integer}",
40
               "name
Name

Name of department

":
"{String}",
41
               "departmentLink
DepartmentLink

Finance department reference

":
"{String}"
42
          },
43
          "defaultVATCodeDefinition": {
44
               "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

":
"{String}",
45
               "description
Description

Description of VAT Code definition

This field is greyed out because it is an expandable field. You have to add $expand=DefaultVATCodeDefinition.Description in your request URI to get this field

":
"{String}"
46
          },
47
          "generalLedgerAccountGroup": {
48
               "generalLedgerAccountGroupId
GeneralLedgerAccountGroupId

General ledger account group identifier

":
"{Integer}",
49
               "code
Code

Code of general ledger account group

":
"{String}",
50
               "name
Name

Name of general ledger account group

":
"{String}",
51
               "generalLedgerAccountGroupLink
GeneralLedgerAccountGroupLink

General ledger account group reference

":
"{String}"
52
          },
53
          "dimensionRequirements
DimensionRequirements

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
[
54
               {
55
                    "requirement
Requirement

Specifies how the dimension should be used for the specific account.

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
"{String}",
56
                    "dimensionDefinition
DimensionDefinition

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
{
57
                         "dimensionDefinitionId
DimensionDefinitionId

Dimension identifier

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
"{Integer}",
58
                         "name
Name

Name of dimension

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
"{String}",
59
                         "description
Description

Description of dimension

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
"{String}",
60
                         "valueSource
ValueSource

Where the value is selected from.

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
{
61
                              "type
Type

Type of source

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
"{String}",
62
                              "archiveClass
ArchiveClass

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
{
63
                                   "name
Name

Name of archive class

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
"{String}"
64
                              },
65
                              "field
Field

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
{
66
                                   "name
Name

Name of field

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
"{String}"
67
                              }
68
                         },
69
                         "dimensionDefinitionLink
DimensionDefinitionLink

Dimension reference

This field is greyed out because it is an expandable field. You have to add $expand=DimensionRequirements in your request URI to get this field

":
"{String}"
70
                    }
71
               }
72
          ],
73
          "depreciationRule": {
74
               "depreciationRuleId
DepreciationRuleId

Depreciation rule identifier

":
"{Integer}",
75
               "name
Name

Name of depreciation rule

":
"{String}",
76
               "depreciationRuleLink
DepreciationRuleLink

Depreciation rule reference

":
"{String}"
77
          },
78
          "parentGeneralLedgerAccounts": [
79
               {
80
                    "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

":
"{Integer}",
81
                    "name
Name

Name of general ledger account

":
"{String}",
82
                    "accountNumber
AccountNumber

The account number of the general ledger account

":
"{String}",
83
                    "treeLevel
TreeLevel

Level in the general ledger account tree. 0 is the root.

":
"{Integer}",
84
                    "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

":
"{String}"
85
               }
86
          ],
87
          "blockPostingsFor": {
88
               "salesInvoices
SalesInvoices

GL postings from Sales Invoices are blocked for this general ledger account

":
"{Boolean}",
89
               "salesCreditNotes
SalesCreditNotes

GL postings from Sales Credit Notes are blocked for this general ledger account

":
"{Boolean}",
90
               "salesPostingAdjustments
SalesPostingAdjustments

GL postings from Sales Posting Adjustments are blocked for this general ledger account

":
"{Boolean}",
91
               "supplierInvoices
SupplierInvoices

GL postings from Supplier Invoices are blocked for this general ledger account

":
"{Boolean}",
92
               "supplierCreditNotes
SupplierCreditNotes

GL postings from Supplier Credit Notes are blocked for this general ledger account

":
"{Boolean}",
93
               "supplierPostingAdjustments
SupplierPostingAdjustments

GL postings from Supplier Posting Adjustments are blocked for this general ledger account

":
"{Boolean}",
94
               "payments
Payments

GL postings from Payments are blocked for this general ledger account

":
"{Boolean}",
95
               "manualGLPostings
ManualGLPostings

GL postings from Manual GL Postings are blocked for this general ledger account

":
"{Boolean}"
96
          },
97
          "sAFTStandardCode
SAFTStandardCode

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

":
{
98
               "sAFTStandardCodeId
SAFTStandardCodeId

SAF-T standard code identifier

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

":
"{Integer}",
99
               "code
Code

SAF-T standard code

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

":
"{String}",
100
               "translatedName
TranslatedName

Name of SAF-T standard code

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

":
"{String}",
101
               "sAFTStandardCodeLink
SAFTStandardCodeLink

SAF-T standard code reference

This field is greyed out because it is an expandable field. You have to add $expand=SAFTStandardCode in your request URI to get this field

":
"{String}"
102
          },
103
          "totals
Totals

Total amounts from the general ledger postings for a specific period

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
{
104
               "accountingPeriod
AccountingPeriod

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
{
105
                    "accountingPeriodId
AccountingPeriodId

Accounting period identifier

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{Integer}",
106
                    "period
Period

Accounting period

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{Integer}",
107
                    "accountingPeriodLink
AccountingPeriodLink

Accounting period reference

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{String}"
108
               },
109
               "periodAmounts
PeriodAmounts

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
{
110
                    "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{String}",
111
                    "amount
Amount

Total amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{Decimal}",
112
                    "debitAmount
DebitAmount

Total debit amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{Decimal}",
113
                    "creditAmount
CreditAmount

Total credit amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{Decimal}"
114
               },
115
               "yearToDateAmounts
YearToDateAmounts

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
{
116
                    "currency
Currency

Three character code following the ISO 4217 standard

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{String}",
117
                    "amount
Amount

Total amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{Decimal}",
118
                    "debitAmount
DebitAmount

Total debit amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{Decimal}",
119
                    "creditAmount
CreditAmount

Total credit amount.

This field is greyed out because it is an expandable field. You have to add $expand=Totals in your request URI to get this field

":
"{Decimal}"
120
               }
121
          }
122
     }
123
}

Possible error codes the response might return:

Error 100027 HTTP 400 Missing mandatory parameter {0}
Error 101420 HTTP 404 Setting definition not found